1. 数据预处理-Yolo

yolo源代码,自带的image测试命令:

python ./test_yolo.py  ./model_data/yolo.h5  -a ./model_data/yolo_anchors.txt  -c ./model_data/pascal_classes.txt  -t ./images  -o ./images/out

在YOLO源代码目录,运行命令:

python process_dog.py

In [ ]: